Skip to content

Conversation

@cincuranet
Copy link
Contributor

This is the reason why macOS 15 tests are failing.

@cincuranet cincuranet requested a review from a team as a code owner October 10, 2025 09:12
Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checking - is this manifesting only on MacOS because a newer version of SQLite is being used there (i.e. by chance)?

Also, just noting that 0-reads (with TCP) are used as a way to ensure that the next read wouldn't block (i.e. that some amount of data has been received and is ready to be read synchronously). I don't think this is relevant for SQLite (as there's no networking involved), and in any case it seems that the SQLite APIs themselves don't support this.

@cincuranet
Copy link
Contributor Author

Just checking - is this manifesting only on MacOS because a newer version of SQLite is being used there (i.e. by chance)?

Correct.

@cincuranet cincuranet merged commit 3d52de7 into dotnet:main Oct 13, 2025
7 checks passed
@cincuranet cincuranet deleted the fix-0-rw-sqlite branch October 13, 2025 06:31
@cincuranet cincuranet linked an issue Oct 13, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests failing in Microsoft.Data.Sqlite on unchanged clone

3 participants